xen.git
2012-01-31 Ian Campbelllibxl: plumb libxl_domain_config down into device model...
2012-01-31 Ian Campbelllibxl: define libxl_sdl_info to hold all info about...
2012-01-31 Ian Campbelllibxl: define libxl_spice_info to hold all info about...
2012-01-31 Ian Campbelllibxl: define libxl_vnc_info to hold all info about...
2012-01-31 Ian Campbellocaml: use libxl IDL type helpers for C argument passing
2012-01-31 Ian Campbelllibxl: use keyword arguments for field definitions...
2012-01-31 Ian Campbelllibxl: remove comment support from IDL
2012-01-31 Ian Campbelllibxl: do not write/maintain "pool_name" in XenStore
2012-01-31 Ian Campbelllibxl: name libxl_create_cpupool consistent with other...
2012-01-31 Ian Campbelllibxl: remove libxl_domain_create_info.poolname
2012-02-01 Dietmar Hahnx86: Use defines for bits of MSR_IA32_DEBUGCTLMSR inste...
2012-01-31 Roger Pau Monnelibxl: add support for yajl 2.x
2012-01-31 Ian Campbellmini-os: use BSD sys/queue.h instead of Linux list.h
2012-01-31 Stefano Stabellinixen: do not remap pirqs if !is_hvm_pv_evtchn_domain
2012-01-31 Keir Fraserpublic/physdev.h: Fix __XEN_INTERFACE_VERSION__ typo.
2012-01-31 Olaf Heringtools/libxc: remove volatile keyword for bitmap operations
2012-01-31 Olaf Heringtools/libxc: fix bitmap_alloc usage in xc_ia64_send_vcpumap
2012-01-31 Olaf Heringmini-os: convert mlock macros to C functions
2012-01-30 Olaf Heringxenpaging: unify return value in nominate and evict
2012-01-30 Ian Jacksonlibxl: treat "dying" domains as destroyed
2012-01-30 Ian Jacksonlibxl: domain_death_xswatch_callback: add some debug...
2012-01-28 Daniel De Graafxen: Preserve reserved grant entries when switching...
2012-01-28 Daniel De Graafxen: use XSM instead of IS_PRIV for getdomaininfo
2012-01-28 Daniel De Graafxen: change virq parameters from int to uint32_t
2012-01-28 Daniel De Graafxen: allow global VIRQ handlers to be delegated to...
2012-01-28 Daniel De Graafxen: reinstate previously unused XENMEM_remove_from_phy...
2012-01-28 Stefano Stabellinixen: introduce PHYSDEVOP_pirq_eoi_gmfn_v2
2012-01-28 Andrew Coopervesa: flush lfb after zeroing
2012-01-28 Andrew CooperConsole: introduce console=none command line parameter
2012-01-28 Wei Wangamd iommu: disable iommu emulation on non-iommu systems
2012-01-27 Dario Faggiolilibxl: allow for specifying the CPU affinity in the...
2012-01-27 Dario Faggiolilibxl: extend pCPUs specification for vcpu-pin.
2012-01-27 Olaf Heringxenpaging: make file_op largefile aware
2012-01-27 Olaf Heringtools/libxc: handle fallback in linux_privcmd_map_forei...
2012-01-27 Andres Lagar... tools: memshrtool: tool to test and exercise the sharin...
2012-01-27 Stefano Stabellinilibxl_qmp: fix qmp_next to cope with multiple lines...
2012-01-27 Roger Pau Monnelibxl: fix mutex initialization
2012-01-27 Ian Campbelllibxl: fix upstream qemu binary name to what we actuall...
2012-01-27 Ian Jacksonlibxl: Convert to asynchronous: device removal
2012-01-27 Ian Jacksonlibxl: Introduce libxl__ev_devstate
2012-01-27 Ian Jacksonlibxl: New convenience macro CONTAINER_OF
2012-01-27 Ian Jacksonlibxl: Asynchronous/long-running operation infrastructure
2012-01-27 Ian Jacksonlibxl: Permit multithreaded event waiting
2012-01-27 Ian Jacksonlibxl: introduce libxl_fd_set_nonblock, rationalise...
2012-01-27 Ian Jacksonlibxl: New event generation API
2012-01-27 Ian Jacksonocaml, libxl: support "private" fields
2012-01-27 Ian Jacksonlibxl: New API for providing OS events to libxl
2012-01-27 Ian Jacksonxl: fix a couple of memory leaks
2012-01-27 Ian Jackson.gitignore/.hgignore: New names for ioemu dirs, seabios
2012-01-26 Jim Fehligtools: xencommons init script: Fix setting XENSTORED_RO...
2012-01-26 Roger Pau Monnelibxl: fix parse_backend_path and device_backend_path...
2012-01-26 Tim DeeganGet rid of non-static 'inline' modifiers (gcc 4.2.1...
2012-01-26 Tim DeeganBring OpenBSD stdarg handling in line with FreeBSD...
2012-01-26 Tim DeeganFix build.
2012-01-26 Andres Lagar... x86/mm: Avoid spurious deadlock panic trigger
2012-01-26 Andres Lagar... x86/mm: clean use of p2m unlocked queries
2012-01-26 Andres Lagar... x86/mm: Properly account for paged out pages
2012-01-26 Andres Lagar... x86/mm: Remove stale variable from debugtrace printk...
2012-01-26 Andres Lagar... x86/mm: Output domain count of paged pages in console
2012-01-26 Andres Lagar... x86/mm: Allow foreign read-only mappings of shared...
2012-01-26 Andres Lagar... x86/mm: Fix p2m teardown locking
2012-01-26 Andres Lagar... x86/mm: Fix paging_load
2012-01-26 Andres Lagar... x86/mm: Sharing overhaul style improvements
2012-01-26 Andres Lagar... Tools: Add a sharing command to xl for information...
2012-01-26 Andres Lagar... Tools: Expose to libxc the total number of shared frame...
2012-01-26 Andres Lagar... Update memshr API and tools
2012-01-26 Andres Lagar... x86/mm: use RCU in mem sharing audit list, eliminate...
2012-01-26 Andres Lagar... Add the ability to poll stats about shared memory via...
2012-01-26 Andres Lagar... x86/mm: New domctl: add a shared page to the physmap
2012-01-26 Andres Lagar... x86/mm: Check how many mfns are shared, in addition...
2012-01-26 Andres Lagar... x86/mm: Enforce lock ordering for sharing page locks
2012-01-26 Andres Lagar... x86/mm: Add per-page locking for memory sharing, when...
2012-01-26 Andres Lagar... x86/mm: Update mem sharing interface to (re)allow shari...
2012-01-26 Andres Lagar... x86/mm: Eliminate hash table in sharing code as index...
2012-01-26 Ian Campbellseabios: update to 1.6.3.1 release
2012-01-26 Stefano StabelliniREADME: add upstream qemu dependecies
2012-01-26 Olaf Heringtools/libxc: fix error handling in xc_mem_paging_load
2012-01-26 George Dunlapxenoprof: Make the escape code consistent across 32...
2012-01-26 George Dunlapxenoprof: Use uint64_t explicitly for internal calls
2012-01-25 Keir Fraserdocs: Remove outdated LaTex documentation.
2012-01-24 Tim DeeganSVM: Plumb NPT error-code bits into nested-fault access...
2012-01-24 Doug Mageelibxl: rename is_assigned to is_pcidev_in_array
2012-01-24 Jean Guyaderxl: Add missing trigger for the xl trigger cmd.
2012-01-24 Ian Campbelllibxl: remove _libxl_json_internal.h from libxl_json.h
2012-01-24 <stefano.stabellini... update MAINTAINERS file
2012-01-24 <stefano.stabellini... libxl: use new qemu at the location where xen-unstable...
2012-01-24 <stefano.stabellini... Clone and build Seabios by default
2012-01-24 <stefano.stabellini... Clone and build upstream Qemu by default
2012-01-24 <stefano.stabellini... move the call to xen-setup after libxc and xenstore...
2012-01-24 <stefano.stabellini... Rename ioemu-dir as qemu-xen-traditional-dir
2012-01-24 <stefano.stabellini... Introduce git-checkout.sh
2012-01-24 Juergen Grossreflect cpupool in numa node affinity
2012-01-24 Juergen Grossswitch to dynamically allocated cpumask in domain_updat...
2012-01-24 Juergen Grossintroduce and use common macros for selecting cpupool...
2012-01-24 Wei LiuAdd a GNTTABOP to swap the content of two grant referen...
2012-01-23 Keir FraserRevert 24538:5bb22a6871f6 "xenoprof: Make the escape...
2012-01-23 Paul Bolledecompressors: fix string typo 'bufer'
2012-01-23 Sascha Hauerunlzo: fix input buffer free
2012-01-23 Stefano Stabellinilibelf-loader: introduce elf_load_image
2012-01-23 Stefano StabelliniIntroduce clear_user and clear_guest
next